-
Couldn't load subscription status.
- Fork 107
storage v2 - context and key #2168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: feat/storage-v2
Are you sure you want to change the base?
Conversation
Coverage SummaryTotals
FilesExpand
|
|
Contract comparison - from f698011 to 5d78ffb
|
framework/base/src/storage_v2/key.rs
Outdated
| types::{ManagedBuffer, ManagedType}, | ||
| }; | ||
|
|
||
| #[derive(Default, Clone)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need for wrapped object, use StorageKey directly.
I only used dynamic key in the prototype to distinguish from the const keys. I was thinking of StorageKey from the get go.
No description provided.